-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Avoid using env::temp when linking a binary #150311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a reasonable change to me
This comment has been minimized.
This comment has been minimized.
09a60f4 to
7a6edc0
Compare
This keeps all build artefacts (even temporary ones) within the build directory.
|
Fixed the |
|
I don't think it's worth adding this check r? me |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit
to invalid-tmpdir-no-ice
|
r=me once CI is green |
|
@bors r=Kivooeo |
Avoid using env::temp when linking a binary This keeps all build artefacts (even temporary ones) within the build directory. Fixes rust-lang#139963
Rollup of 5 pull requests Successful merges: - #150182 (Don't export upstream monomorphizations from compiler-builtins) - #150216 (Tidying up tests/ui/issues 15 tests [6/N]) - #150308 (Update bors configuration) - #150311 (Avoid using env::temp when linking a binary) - #150314 (rustc-dev-guide subtree update) r? `@ghost` `@rustbot` modify labels: rollup
This keeps all build artefacts (even temporary ones) within the build directory.
Fixes #139963